Added a comment
authornick.guenther@e418ed3c763dff37995c2ed5da4232a7c6cee0a9 <nickguenther@web>
Wed, 7 Sep 2022 23:22:40 +0000 (23:22 +0000)
committeradmin <admin@branchable.com>
Wed, 7 Sep 2022 23:22:40 +0000 (23:22 +0000)
doc/tips/setup_a_public_repository_on_a_web_site/comment_13_4332e21dcbe4fdcbab58f01aca295fc9._comment [new file with mode: 0644]

diff --git a/doc/tips/setup_a_public_repository_on_a_web_site/comment_13_4332e21dcbe4fdcbab58f01aca295fc9._comment b/doc/tips/setup_a_public_repository_on_a_web_site/comment_13_4332e21dcbe4fdcbab58f01aca295fc9._comment
new file mode 100644 (file)
index 0000000..9853ca0
--- /dev/null
@@ -0,0 +1,9 @@
+[[!comment format=mdwn
+ username="nick.guenther@e418ed3c763dff37995c2ed5da4232a7c6cee0a9"
+ nickname="nick.guenther"
+ avatar="http://cdn.libravatar.org/avatar/9e85c6ca61c3f877fef4f91c2bf6e278"
+ subject="comment 13"
+ date="2022-09-07T23:22:40Z"
+ content="""
+`chmod +x .git/hooks/post-update` is out of date; on modern git, the right command is `mv .git/hooks/post-update.sample .git/hooks/post-update`
+"""]]